home *** CD-ROM | disk | FTP | other *** search
- #ifndef CONFIG_H
- #define CONFIG_H
- #include "Defaults.tmpl"
- #define ONE_BYTE char
- #define TWO_BYTE short
- #define FOUR_BYTE int
- #define TWO_BYTE_ALIGN 2
- #define FOUR_BYTE_ALIGN 4
- #ifndef LITTLEENDIAN
- #define LITTLEENDIAN
- #endif
- #define FILE_WRITE_DATE_SIZE 4
- #endif /* CONFIG_H */
-